home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / presto / prest_04.lha / src / pstream.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-06-06  |  224 b   |  13 lines

  1. #ifdef notdef
  2. #define PSTREAM_SHARED shared_t
  3.  
  4. extern PSTREAM_SHARED ostream pcout;
  5. extern PSTREAM_SHARED ostream pcerr;
  6. extern PSTREAM_SHARED istream pcin;
  7.  
  8.  
  9. #define     cin    pcin
  10. #define        cout    pcout
  11. #define        cerr    pcerr
  12. #endif
  13.